Skip to content

查询微工卡授权关系

查询商户和微信支付用户的微工卡授权关系 官方文档

js
wxpay
.
v3
.
payrollCard
.
relations
.
_openid_
.
get
({
openid
,
params
,
}) .
then
(
({
data
: {
openid
,
mchid
,
sub_mchid
,
authorize_state
,
authorize_time
,
deauthorize_time
,
}, }) => ({
openid
,
mchid
,
sub_mchid
,
authorize_state
,
authorize_time
,
deauthorize_time
,
}) )

Released under the MIT License. (SITEMAP)